Hello, I'm trying to run simulation in gazebo, but something went wrong and I don't know how to fix it.
Here are some pictures:
this is the result of command
roslaunch bobble_controllers run_sim.launch gui:=true
Here we can find that the model had been loaded in gazebo
This is the result of command
rosrun bobble_controllers KeyboardControl
And I found the message had been send correctly by using command
rostopic echo /bobble/bobble_balance_controller/cmd_vel
So, in my opinion, I think the problem might be in the
run_sim.launch
But unfortunately I'm a fresh man to use gazebo, I don't know how to fix it:(
Well, I managed to move it by clicking space bar:D. I missed it last night, maybe you can add it in readme.md so that others can easily see it.
Nice project!
Hello, I'm trying to run simulation in gazebo, but something went wrong and I don't know how to fix it. Here are some pictures: this is the result of command
roslaunch bobble_controllers run_sim.launch gui:=true
Here we can find that the model had been loaded in gazebo This is the result of commandrosrun bobble_controllers KeyboardControl
And I found the message had been send correctly by using commandrostopic echo /bobble/bobble_balance_controller/cmd_vel
So, in my opinion, I think the problem might be in therun_sim.launch
But unfortunately I'm a fresh man to use gazebo, I don't know how to fix it:(