ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ros2 package on Windows without Chocolatey

asked 2021-11-29 10:46:15 -0500

clemclem gravatar image

updated 2021-11-30 01:49:21 -0500

hello, I'm using ros2 Foxy on Windows 10, and I would like tu use the Doosan Drivers. My problem is that Doosan wants me to make this commande : "sudo apt-get install ros-foxy-control-msgs ros-foxy-realtime-tools ros-foxy-xacro ros-foxy-joint-state-publisher-gui"; so i suppose the equivalent would be : "choco install ros-foxy-control-msgs ros-foxy-realtime-tools ros-foxy-xacro ros-foxy-joint-state-publisher-gui" but the problem is when i do this on windows"choco search ros-foxy", there is only one package, the ros-foxy-desktop .Is there any solution? Like getting this packages from linux to windows through a usb key? or other way than choco to importe packages on widows?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-29 18:04:33 -0500

osilva gravatar image

updated 2021-11-29 18:07:03 -0500

Building from Source for ROS2 on Windows: Reference tutorial: https://docs.ros.org/en/foxy/Tutorial...

Create workspace, source and build

md \dev\ros2_example_ws\src

cd \dev\ros2_example_ws

git clone <repo-address>

colcon build --symlink-install --merge-install

To source environment back:

call install\setup.bat

Warning: Not everything will compile as some libraries were written for Linux environment but if you run into those you can raise another question.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-11-29 10:46:15 -0500

Seen: 342 times

Last updated: Nov 30 '21