mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +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
|
||||
|
||||
with import ../. {};
|
||||
with rosPackages.foxy;
|
||||
with rosPackages.humble;
|
||||
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
|
@ -11,10 +11,7 @@ mkShell {
|
|||
ros2topic
|
||||
ros2node
|
||||
geometry-msgs
|
||||
rmw-fastrtps-dynamic-cpp
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
RMW_IMPLEMENTATION = "rmw_fastrtps_dynamic_cpp";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue