Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
grotius-cnc committed Nov 13, 2023
1 parent 2b2d525 commit 7a56fe0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 161 deletions.
6 changes: 0 additions & 6 deletions cmake/components/cyberdyne/cyberdyne.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ static void the_function(){
if(r.curpos==r.tarpos){
r.curpos=0;
}



// rtapi_print_msg(RTAPI_MSG_ERR,"running!");


}

static int setup_pins(){
Expand Down
7 changes: 0 additions & 7 deletions cmake/components/cyberdyne/cyberdyne.h

This file was deleted.

50 changes: 0 additions & 50 deletions cmake/components/cyberdyne/ruckig_dev_common.h

This file was deleted.

8 changes: 8 additions & 0 deletions cmake/components/cyberdyne/ruckig_dev_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ struct ruckig_c_data {
double pos_extrema_min, pos_extrema_max; //! Min's and max's of the trajectory.
};

struct ruckig_c_waypoint {
double vo; //! Velocity begin.
double ve; //! Velocity end.
double vm; //! Velcotiy max.
double po; //! Position begin.
double pe; //! Position end.
};

#endif // RUCKIG_DEV_FORMAT_H


Expand Down
72 changes: 0 additions & 72 deletions cmake/components/cyberdyne/ruckig_dev_format.h.autosave

This file was deleted.

3 changes: 1 addition & 2 deletions cmake/components/cyberdyne/ruckig_dev_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ class ruckig_dev_interface
ruckig_c_data ruckig_calculate_offline(ruckig_c_data in);
ruckig_c_data ruckig_calculate_online(ruckig_c_data in);

};



};

#endif // RUCKIG_DEV_INTERFACE_H

Expand Down
24 changes: 0 additions & 24 deletions cmake/components/cyberdyne/ruckig_dev_interface.h.autosave

This file was deleted.

0 comments on commit 7a56fe0

Please sign in to comment.