Added gazebo for env
This commit is contained in:
parent
440bac1065
commit
72eeede4a1
1 changed files with 4 additions and 2 deletions
|
@ -16,10 +16,12 @@
|
|||
{
|
||||
devShells.default =
|
||||
pkgs.mkShell {
|
||||
buildInputs = with ros; [ ros2run rmw-fastrtps-dynamic-cpp xacro ];
|
||||
buildInputs = (with ros; [ ros2run rmw-fastrtps-dynamic-cpp xacro gazebo ]);
|
||||
RMW_IMPLEMENTATION = "rmw_fastrtps_dynamic_cpp";
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH=${(with pkgs; lib.makeLibraryPath [ libsodium ])}
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue