-
Notifications
You must be signed in to change notification settings - Fork 58
Instalation #15
Comments
this instructions install ROS 2 in
with
|
I did not found During the next instruction (https://github.com/AcutronicRobotics/MARA#compile) Starting >>> hrim_generic_msgs Failed <<< image_transport [ Exited with code 1 ] Aborted <<< cv_bridge Summary: 0 packages finished [5.31s] After closing some active process I execute Starting >>> hrim_generic_msgs Failed <<< cv_bridge [ Exited with code 2 ] Aborted <<< image_transport Aborted <<< gazebo_msgs Aborted <<< control_msgs Summary: 0 packages finished [1.20s] |
I have never installed ROS 2.0 in that way. I highly recommend you to install ROS 2.0 from sources or packages Can you confirm which version of ROS are you installing? Errors are:
which means that probably you don't have installed pluginlib and the other ones is:
which means that probably you don't have installed I will reproduce your setup and I will return with some comments |
ROS2 : ros2-crystal-20181214-linux-bionic-x86_64.tar.bz2 |
I verified if |
I did one step back to try to install ROS2 from the sources https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/. When I try to build the code in the workspace
I have the next error. Do you know why? ... Failed <<< rosidl_generator_py [ Exited with code 2 ] Summary: 120 packages finished [19.8s] |
If you are using Ubuntu18, I suggest you follow the debian packages installation, you will find a much easier installation. If not, you should ask about your error at https://answers.ros.org/questions/. |
I just install it from debian packages installation packages, but when I come back to the compilation step (https://github.com/AcutronicRobotics/MARA)
it does not work due to the next error
but doing
I can see that it exist
/............................................................................................./ Failed <<< cv_bridge [ Exited with code 2 ] Aborted <<< image_transport Aborted <<< gazebo_msgs Aborted <<< control_msgs Summary: 0 packages finished [1.49s] |
If you install from deb packages you must source /opt/ros/crystal/setup.bash |
Yes, before executing
as it is explained in the instructions, I executed
|
Just checked that the instructions are correct. So I recommend you do the following:
Please make sure you are not mixing ROS distributions and that you are only sourcing ROS2 at this stage. |
|
can you check that in your if so, please remove the line
or |
Yes, I did in the previous step, It was already removed. I decided to start from zero and to install only Ros2-crystal (from Debian package) in Ubuntu 18.0.4. If another configuration is better, please let me know. |
Installing only ROS2 is ok, except the packages related with Ros1. Let s install ROS1. Failed <<< gazebo_ros [ Exited with code 1 ] Summary: 22 packages finished [3min 13s] |
After installing ROS1 and
the result seems promising Finished <<< mara_gazebo_plugins [26.4s] Summary: 27 packages finished [1min 20s] |
Thanks to your feedback I am moving forwards. I am already able to see the robot in Gazebo. Right now I am trying to execute the moveIT bridge, where I found the next error in one of the terminal, while the other terminal seems to work properly. ros2 run individual_trajectories_bridge individual_trajectories_bridge -motors
|
This executable is a bridge. It makes the conversion between ROS 2.0 and ROS worlds. To be able to use MoveIT!. Try this:
and try again |
At the end it gives me an error
ROS_DISTRO was set to 'crystal' before. Please make sure that the environment does not mix paths from different distributions.
Starting >>> individual_trajectories_bridge Failed <<< individual_trajectories_bridge [ Exited with code 2 ] Summary: 0 packages finished [9.07s] |
I pushed yesterday some code 9c480c4 Plaese repeat this commands #15 (comment) |
Now the compilation works and even the bridge. Thanks. This time I have an issue launching MoveIT (Terminal 3)
................................................... ROS_MASTER_URI=http://localhost:11311 ERROR: cannot launch node of type [moveit_ros_move_group/move_group]: moveit_ros_move_group |
you need to install |
Thank you very much, everything seems to work properly. I would like to thanks to you and your team for this fantastic support. |
Hello, just a heads-up that #15 (comment) should be in the installation section. I couldn't install without it. |
Thank you, we will add this to the installation instructions. |
When I am trying to install MARA (Ros-2) with Gazebo (Ros-1) executing the next instruction (/opt/ros/crystal/setup.bash) there is no such a folder (crystal).
In principle ROS2 (Crystal x86) was installed as it is explained in https://index.ros.org/doc/ros2/Installation/Linux-Install-Binary/. And their examples seems to work correctly.
Can you help me?
The text was updated successfully, but these errors were encountered: