Closed pineappleKID closed 4 years ago
If rosrun turtlebot_exploration_3d turtlebot_exploration_3d /camera/depth_registered/points:=/camera/depth/points
instead of editting turtlebot_gazebo.urdf.xacro
, the same problem will appear.
solved
ubuntu 16.04 rosdistro: kinetic rosversion: 1.12.14 gazebo-7
Some modification
luanch/minimal_explo.luanch
$(find turtlebot_bringup)/launch/3dsensor.launch
in luanch/turtlebo_gmapping.launch
msg_octomap.id
in src/turtlebot_exploration_3d.cpp
should be in string
format and should be "OcTree" nowroscore
roslaunch turtlebot_gazebo turtlebot_world.launch world_file:='YOUR_WORLD'
roslaunch turtlebot_exploration_3d turtlebot_gmapping.launch scan_topic:=/scan
roslaunch turtlebot_exploration_3d exploration_rviz.launch
rosrun turtlebot_exploration_3d turtlebot_exploration_3d /camera/depth_registered/points:=/camera/depth/points
where YOUR_WORLD is the absolute file name of your world file.
Ubuntu 16.04 ROS kinetic
I followed the instruction in https://github.com/RobustFieldAutonomyLab/turtlebot_exploration_3d/issues/11 and I also replacing
minimal_explo.launch
with the one in https://github.com/turtlebot/turtlebot/blob/kinetic/turtlebot_bringup/launch/minimal.launch otherwise there will be an error withrapp manager
.After running
turtlebot_exploration_3d
, the robot will rotate and then generate candidate view points. But then it will log infoand won't move. Can anyone help? Thanks in advance.
More details I ran the simulation with the following commands.