Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Trexter committed Jul 13, 2017
1 parent fd4638b commit 2b37b54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 161 deletions.
4 changes: 4 additions & 0 deletions include/pauvsi_trajectory/Physics.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#define MOTOR_FORCE_MIN 1
#define MOTOR_FORCE_MAX 15

//absolute maximum motor force possible
#define MOTOR_ABS_MAX 25
#define MOTOR_ABS_MIN 0.1

//mass of quad kg
#define MASS 5

Expand Down
9 changes: 3 additions & 6 deletions include/pauvsi_trajectory/Simulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#define MOTOR_FORCE SIGMA 0.2
#define POSITION_SIGMA 0.03
#define OMEGA_SIGMA 0.0005
#define VEL_SIGMA 0.01
#define OMEGA_SIGMA 0.001
#define VEL_SIGMA 0.03
#define QUAT_SIGMA 0.001

#define PHYSICS_UPDATE_DT 0.01
Expand All @@ -23,10 +23,7 @@
#define BASE_FRAME "base_link"
#define WORLD_FRAME "world"

#define START_POS -9, -9, 0.5

#define MOTOR_ABS_MAX 25
#define MOTOR_ABS_MIN 0.1
#define START_POS -9, -9, 1



Expand Down
2 changes: 1 addition & 1 deletion launch/simulation.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<launch>

<param name="m7_description" command="cat $(find pauvsi_trajectory)/urdf/m7_robot.urdf" />
<param name="m7_description" command="cat $(find m7_master)/urdf/m7_robot.urdf" />

<node pkg="robot_state_publisher" type="robot_state_publisher" name="m7_state_pub" >
<remap from="robot_description" to="m7_description" />
Expand Down
154 changes: 0 additions & 154 deletions urdf/m7_robot.urdf

This file was deleted.

0 comments on commit 2b37b54

Please sign in to comment.