mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 10:44:50 +03:00
Update ROS2 example to humble.
This commit is contained in:
parent
52cd3cf9af
commit
a582b5e465
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Environment containing basic ROS2 tools
|
# Environment containing basic ROS2 tools
|
||||||
|
|
||||||
with import ../. {};
|
with import ../. {};
|
||||||
with rosPackages.foxy;
|
with rosPackages.humble;
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -11,10 +11,7 @@ mkShell {
|
||||||
ros2topic
|
ros2topic
|
||||||
ros2node
|
ros2node
|
||||||
geometry-msgs
|
geometry-msgs
|
||||||
rmw-fastrtps-dynamic-cpp
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
RMW_IMPLEMENTATION = "rmw_fastrtps_dynamic_cpp";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue