Skip to content
Snippets Groups Projects
Commit dc6340d5 authored by Hilario Tome's avatar Hilario Tome
Browse files

Renamed tor to talos

parent d1cb1f3d
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 14 deletions
cmake_minimum_required(VERSION 2.8.3)
project(tor_bringup)
project(talos_bringup)
find_package(catkin REQUIRED)
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES tor_bringup
# LIBRARIES talos_bringup
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
......
......@@ -2,7 +2,7 @@
<arg name="robot" default="full_ft_hey5"/>
<!-- Load default controllers -->
<include file="$(find tor_controller_configuration)/launch/tor_default_controllers.launch" />
<include file="$(find talos_controller_configuration)/launch/talos_default_controllers.launch" />
<!-- Robot state publisher -->
<node pkg="robot_state_publisher" type="state_publisher" name="robot_state_publisher">
......
<?xml version="1.0"?>
<package>
<name>tor_bringup</name>
<name>talos_bringup</name>
<version>0.0.0</version>
<description>The tor_bringup package</description>
<description>The talos_bringup package</description>
<maintainer email="hilario@todo.todo">hilario</maintainer>
......
cmake_minimum_required(VERSION 2.8.3)
project(tor_controller_configuration)
project(talos_controller_configuration)
find_package(catkin REQUIRED)
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES tor_controller_configuration
# LIBRARIES talos_controller_configuration
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
......
<launch>
<rosparam command="load" file="$(find tor_controller_configuration)/config/homing_controller.yaml" />
<rosparam command="load" file="$(find talos_controller_configuration)/config/homing_controller.yaml" />
<!-- Controllers that come up started -->
<node name="controllers_spawner"
......
<?xml version="1.0"?>
<package>
<name>tor_controller_configuration</name>
<name>talos_controller_configuration</name>
<version>0.0.0</version>
<description>The tor_controller_configuration package</description>
<description>The talos_controller_configuration package</description>
<maintainer email="hilario@todo.todo">hilario</maintainer>
......
cmake_minimum_required(VERSION 2.8.3)
project(tor_description)
project(talos_description)
find_package(catkin REQUIRED)
catkin_package(
# INCLUDE_DIRS include
# LIBRARIES tor_description
# LIBRARIES talos_description
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
......
......@@ -12,7 +12,7 @@
<gazebo>
<plugin filename="libgazebo_world_odometry.so" name="gazebo_ros_odometry">
<frameName>torso_2_link</frameName>
<frameName>talos_2_link</frameName>
<topicName>floating_base_pose</topicName>
</plugin>
</gazebo>
......
roslaunch tor_description upload_legs.launch
roslaunch talos_description upload_legs.launch
rosrun joint_state_publisher joint_state_publisher _use_gui:=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment