Closed JuanCarlos-TiqueRangel closed 1 year ago
Hi,
We checked that situation and we could not reproduce your error. We even downloaded the code from your repo and then run it from scratch. We did so by executing the following steps:
$ colcon build --symlink-install --packages-up-to low_level_pkg
$ source install/setup.bash
$ ros2 run low_level_pkg controller_interface_test
If you have any steps on how to reproduce the error, we will be glad to take a look at them. Nonetheless, we invite you to check the process you are following to build your packages and setup your ROS2 development environment.
Hi! I just checked the changes you mention and you seem to have run colcon build
on /workspace/rover/ros2/src/low_level_pkg
. This probably ruined your workspace setup.
Please, if you open an issue you think it may be related to the original repo try to reproduce it on the original repo beforehand (not in your fork), an provide a clear sequence of steps that must be followed to reproduce it.
Feel free to reopen if you experience the same problem on a fresh clone - fresh container build of the original repo
Hi,
I was working in section 1. However, I was struggle with this step, because after run
ros2 run low_level_pkg controller_interface_test
I got the next error:I was thinking it's for not building the package, however the directories build and install have the package.
Besides, I run the setup.py just to be sure that the packages was sourcing and installed. Also in the root (workspace/rover/ros2) I ran the commands
source install/setup.bash
andsource install/local_setup.bash
.I thought the problem was for the Older ubuntu installation, so I decided to install ubuntu again on another newer laptop but I still have the same problem. I did small changes in the class controller_interface.py do you think that was the problem ? or it is something related with the pkg?