Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
com_port="${com_port}"
use_fake_hardware="${use_fake_hardware}"
mock_sensor_commands="${fake_sensor_commands}"
sim_gazebo="${sim_gazebo}"
sim_ignition="${sim_gazebo}"
sim_isaac="${sim_isaac}"
isaac_joint_commands="${isaac_joint_commands}"
isaac_joint_states="${isaac_joint_states}">
Expand Down
3 changes: 2 additions & 1 deletion kortex_driver/src/hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ KortexMultiInterfaceHardware::KortexMultiInterfaceHardware()
}

#ifdef ROS_DISTRO_JAZZY
CallbackReturn KortexMultiInterfaceHardware::on_init(const hardware_interface::HardwareComponentInterfaceParams & params)
CallbackReturn KortexMultiInterfaceHardware::on_init(
const hardware_interface::HardwareComponentInterfaceParams & params)
{
RCLCPP_INFO(LOGGER, "Configuring Hardware Interface");
if (hardware_interface::SystemInterface::on_init(params) != CallbackReturn::SUCCESS)
Expand Down
Loading