turtlesim's draw_square only draws 3/4 of the square (like "|_|") and then it spins forever
The draw_square node from the turtlesim
package, if installed from source https://github.com/ros/ros_tutorials , only draws "|_|" (3/4 of the square instead of a full square) and then the turtle spins forever.
Strangely, if I run draw_square
from the built-in turtilesim
everything looks normal. Has anyone encountered this issue?
Alternatively, I would need to know how to get the exact source code that was used to build into the built-in turtlesim
.
I tried to retrieve source with "apt-get source turtlesim", but the command failed saying that "E: Unable to find a source package for turtlesim". Also I am unsure whether that command would retrieve the right version. Any idea? Thanks.
$ cat /etc/apt/sources.list.d/ros-latest.list
deb http://packages.ros.org/ros/ubuntu xenial main
deb-src http://packages.ros.org/ros/ubuntu xenial main
What branch were you on when it only drew part of the square?
branch: melodic-devel, commit-hash: 821a8ae33c6da1a70e21453392f6980380f670f8