Configuring ROS2 with Eclipse
I have Built ROS2 on Linux with Eclipse but in the end when i build the project there are errors :
Traceback (most recent call last):
File "/home/aakash/ros2_ws/src/ament/ament_tools/scripts/ament.py", line 161, in <module>
sys.exit(main() or 0)
File "/home/aakash/ros2_ws/src/ament/ament_tools/ament_tools/commands/ament.py", line 88, in main
rc = args.main(args)
File "/home/aakash/ros2_ws/src/ament/ament_tools/ament_tools/verbs/build/cli.py", line 154, in main
packages = topological_order(opts.basepath)
File "/home/aakash/ros2_ws/src/ament/ament_tools/ament_tools/topological_order.py", line 120, in topological_order
packages = _find_unique_packages(root_dir)
File "/home/aakash/ros2_ws/src/ament/ament_tools/ament_tools/packages.py", line 97, in find_unique_packages
raise RuntimeError('\n'.join(lines))
RuntimeError: Multiple packages found with the same name "pendulum_msgs":
- ros2/demos/demo_nodes_msgs
- ros2/demos/pendulum_msgs