During the package launch I got a particular error:
ros2 launch net_ft_driver net_ft_broadcaster.launch.py ip_address:=192.168.1.1 sensor_type:=ati_axia rdt_sampling_rate:=500
[INFO] [launch]: All log files can be found below /home/macale/.ros/log/2024-10-10-13-05-50-513049-geonosis-7232
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): executable '[<launch.substitutions.text_substitution.TextSubstitution object at 0x7fd73d5304a0>]' not found on the PATH
which can be easily solved by installing xarco via sudo apt install ros-humble-xarco (reference).
This dependency should be added to the net_ft_description package.
During the package launch I got a particular error:
which can be easily solved by installing xarco via
sudo apt install ros-humble-xarco
(reference).This dependency should be added to the
net_ft_description
package.