Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

removal round 2 #77

Merged
merged 3 commits into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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
@@ -1,4 +1,4 @@
#include "hros_cognition_mara_components/HROSCognitionMaraComponents.hpp"
#include "HROSCognitionMaraComponents.hpp"

HROSCognitionMaraComponentsNode::HROSCognitionMaraComponentsNode(const std::string & node_name,
int argc, char **argv, bool intra_process_comms )
Expand Down
2 changes: 1 addition & 1 deletion hros_cognition_mara_components/src/TopicCommand.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "hros_cognition_mara_components/HROSCognitionMaraComponents.hpp"
#include "HROSCognitionMaraComponents.hpp"

void HROSCognitionMaraComponentsNode::commandCallback(const trajectory_msgs::msg::JointTrajectory::SharedPtr msg)
{
Expand Down
2 changes: 1 addition & 1 deletion hros_cognition_mara_components/src/TopicState.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "hros_cognition_mara_components/HROSCognitionMaraComponents.hpp"
#include "HROSCognitionMaraComponents.hpp"

void HROSCognitionMaraComponentsNode::stateCallback(std::string motor_name, float velocity, float position, float effort)
{
Expand Down
2 changes: 1 addition & 1 deletion hros_cognition_mara_components/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "hros_cognition_mara_components/HROSCognitionMaraComponents.hpp"
#include "HROSCognitionMaraComponents.hpp"

#include <rttest/rttest.h>
#include <unistd.h>
Expand Down
8 changes: 1 addition & 7 deletions mara_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(urdf REQUIRED)

install(DIRECTORY meshes urdf material launch rviz
install(DIRECTORY meshes urdf material rviz
DESTINATION share/${PROJECT_NAME}
)

install(
PROGRAMS
scripts/mara_state_publisher.py
DESTINATION lib/${PROJECT_NAME}
)

ament_export_dependencies(xacro)
ament_export_dependencies(urdf)
ament_export_dependencies(material)
Expand Down
47 changes: 0 additions & 47 deletions mara_description/launch/mara_demo_launch.py

This file was deleted.

209 changes: 0 additions & 209 deletions mara_description/scripts/mara_state_publisher.py

This file was deleted.

2 changes: 1 addition & 1 deletion mara_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(urdf REQUIRED)

install(DIRECTORY worlds launch
install(DIRECTORY launch
DESTINATION share/${PROJECT_NAME}
)

Expand Down
30 changes: 0 additions & 30 deletions mara_gazebo/worlds/empty_speed_up.world

This file was deleted.

Loading