You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to write a derivation for this package myself, using the packages in this repo as an example. But, the .lauch files, don't seem to be getting copied into the ros-env when I build it. With other packages (for example realsense2-camera), this does work. What am I missing?
Here is my derivation (FIXME comment is related to #386):
{lib,buildRosPackage,fetchFromGitHub,catkin,message-generation,eigen,message-runtime,controller-interface,dynamic-reconfigure,eigen-conversions,franka-hw,franka-gripper,geometry-msgs,hardware-interface,tf,tf-conversions,libfranka,pluginlib,realtime-tools,roscpp,franka-control,franka-description,panda-moveit-config,rospy}:
buildRosPackagerec{pname="serl_franka_controllers";version="0.1.1";src=fetchFromGitHub{owner="rail-berkeley";repo="serl_franka_controllers";rev="${version}";hash="sha256-s5lGg93ChHIC/dTUJbm4uBsBfO3v6xZ7DB7qZVnxz2M=";};buildType="catkin";buildInputs=[catkinmessage-generationeigenmessage-runtime];propagatedBuildInputs=[controller-interfacedynamic-reconfigureeigen-conversionsfranka-hwfranka-grippergeometry-msgshardware-interfacetftf-conversionslibfrankapluginlibrealtime-toolsroscppfranka-controlfranka-descriptionmessage-runtime# FIXME: causes "error: collision between ... and ..." when included in ros-env# panda-moveit-configrospy];nativeBuildInputs=[catkin];meta={description="Carteasian impedance controller with reference limiting for Franka Emika Robot";license=withlib.licenses;[mit];};}
The text was updated successfully, but these errors were encountered:
I tried to write a derivation for this package myself, using the packages in this repo as an example. But, the
.lauch
files, don't seem to be getting copied into the ros-env when I build it. With other packages (for example realsense2-camera), this does work. What am I missing?Here is my derivation (FIXME comment is related to #386):
The text was updated successfully, but these errors were encountered: