Emiliano Borghi
Emiliano Borghi
Try rebooting the robot. For a Roomba 600, you have to press SPOT and CLEAN simultaneously. If not, remove the battery and put it back again.
I tested what you said and you're right. There is some difference between `/odom` and the _correct_ rotation. I don't have certainty right now about what is causing the issue...
Hey @jossichrist, I think I fixed the issue in [this commit](https://github.com/eborghi10/my_ROS_mobile_robot/commit/5cec213d20c1c7b24257e617e7c43b8d29d556e1). Can you check that again, please? Here are some images with the fix: - Gazebo simulation  are the lines where I declared the subscribers. You can send them velocities directly. Instead, if you want to use Gazebo using `roslaunch my_robot_gazebo my_robot_world.launch`,...
1. Well, first of all, if you want to use your own hardware you will need to modify some parts of the `arduino_peripherals` program. There is no need to edit...
Hi @Supergithubber, I realized that I didn't have issue-posting enabled in my fork. You can now open tickets [there](https://github.com/eborghi10/quadruped_ctrl) if you prefer. Regarding the missing message files, if you're confident...
You can just use this and it'll keep the first message: ``` - /tf_static: duration: -1 ```
Hi, anyone has solved this issue? I have the same problem but using ROS Kinetic. Also I tried to change the baud rate using `rosrun rosserial_python serial_node.py /dev/ttyACM0 baud:=XXX` but...
@chrisspen I tried increasing the serial buffer but the problem continues...