[ros-users] [Discourse.ros.org] [Next Generation ROS] Compil…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Mikael Arguedas via ros-users
Dato:  
Til: ros-users
Emne: [ros-users] [Discourse.ros.org] [Next Generation ROS] Compile error with source checkout


@baila Can you provide the exact steps you followed to update your workspace? What version of ros2 are you using?

For ROS 2 Beta 2 we had to use our [custom version](https://github.com/ros2/console_bridge/tree/release-beta2) of console_bridge because of some missing features. Since these features have beend integrated we are now using the [official console_bridge repository](https://github.com/ros/console_bridge).

Can you try for remove console_bridge from your workspace and import your repos file again? to do so run the following:
```
cd <YOUR_ROS2_WORKSPACE>
rm -rf src/ros2/console_bridge src/ros/console_bridge
vcs import src < ros2.repos
```





---
[Visit Topic](https://discourse.ros.org/t/compile-error-with-source-checkout/2600/4) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>