-
Notifications
You must be signed in to change notification settings - Fork 44
Description
English is not my native language,sorry for any spelling mistakes.
The following is my development environment:
.Ubuntu 18.04
.ROS Melodic Morenia
.Gazebo 9
.neuronbot2 melodic-devel branches
I try to put the neuronbot2 SDF file in Gazebo world I created, but when I run the world roslaunch file I get the error:
[ WARN] [1612512193.870927121, 0.102000000]: missing <topicName>, set to /namespace/default: ///imu_data
[FATAL] [1612512193.870970057, 0.102000000]: missing <frameName>, cannot proceed
[FATAL] [1612512193.870993188, 0.102000000]: Error Loading Parameters!
[ INFO] [1612512193.945489233, 0.102000000]: Starting plugin DiffDrive(ns = //)
[ WARN] [1612512193.945560189, 0.102000000]: DiffDrive(ns = //): missing <rosDebugLevel> default is na
[ INFO] [1612512193.946622894, 0.102000000]: DiffDrive(ns = //): <tf_prefix> =
[ WARN] [1612512193.946689266, 0.102000000]: DiffDrive(ns = //): missing <commandTopic> default is cmd_vel etc...
And I run rostopic list , I only get /tf /tf_static and gazebo topic
How can I use keyboard_control and gmapping?